-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP8.2, Attributes and deprecate doctrine #98
Conversation
- Require PHP 8.2 or higher - Require PHPUnit 11 - Require pcov extension for code coverage - Add squizlabs/php_codesniffer for code standards - Require symfony/cache for caching - Remove Doctrine Cache and Annotations - Remove laminas/laminas-zendframework-bridge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igordeveloper this looks pretty sweet, thanks for the hard work.
From what I see we are ready to go with this, it's a full on new major so we don't need to worry too much.
phpcs.xml.dist
Outdated
@@ -3,7 +3,6 @@ | |||
<rule ref="PSR12"/> | |||
|
|||
<file>src</file> | |||
<file>tests</file> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't necessarily agree with this, but it's fine for now, once I decide to bring this back to the DMS Coding Standard I can address this
No description provided.